2013-12-15 - 7003 - Service Request - AFS Upgrade 6.5 ROAL Material Creation Issue #MMPPSupport #ProductionBreakFix

2013-12-15 - 7003 - Service Request - AFS Upgrade 6.5 ROAL Material Creation Issue

Problem Summary


FGEN ROAL Material Creation issue.

Admin Info


Purpose
AFS Upgrade 6.5 ROAL Material Creation Issue
Requested by
Babu Vanamali
Issue Date
12-15-2013
Resolved by
Adithya & Prudvi
Resolved Date
01-31-2014
Document Status
Complete

Detailed Problem Description

(Include Screen Shots if required )

ROAL Materials are not getting created in the AFS 6.5 Upgrade System with Standard (/AFS/FGEN) and Custom (ZPP_FGEN) transactions.
below is the error which was generated when created with custom transaction
UG_ROAL_1.JPG

Solution Analysis and Recommendations

(Include Screen Shots if required)

It is observed that Note 1022488 is implemented in the process of the upgrade which has brought some extra code compared to 6.0 which is stopping the FGEN Material to be created.
Note 1022488 (implemented during up gradation) checks for the entries in table TSTL (Tax related one).
In the table TSTL for country CA (Canada) there is single entry as shown below
UG_ROAL_2.JPG
Whereas during debugging it shows 3 entries as shown below.
UG_ROAL_3.JPG

As we are getting 3 records for CA whereas the master table has 1 entry only.
UG_ROAL_1.JPG
This is the reason for the program showing error.

To confirm above, during debugging deleted the 2nd and 3rd entry from internal table and could create a ROAL Material 70137101

The Entry in the table MLAN is coming from the reference material which is maintained for the reference group. The Reference material REF_CAP in NED is having entries for fields TAXM2 & TAXM3 which is causing the problem. These entries are there for all the reference materials which are being used now.

I have created a new Material similar to the REF_CAP in NED which did not create the entries for fields TAXM2 & TAXM3
I have used the new Reference material for creation of FGEN material and could able to create the FGEN Material by standard T. Code and our Custom T. Code.

UG_ROAL_4.JPG

So when the TAXM2 and TAXM3 fields doesn't exist the materials are created with out any issues

Resolution


Change the Tax Classification in the Reference material for CA TAXM1 1 to 0 in the sales view and save using MM02 and again change the Classification in the Reference material for CA TAXM1 0 to 1, doing this the entries of TAXM2 and TAXM3 are cleared.
When a Material is created using this reference material the ROAL material is created with out any issues using FGEN.

Release Information


Provide link here to Release Notes if Technical Objects were changed